home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / recent / iib122.lha / IIB / Threads / Rendering_Pause < prev    next >
Internet Message Format  |  1998-05-08  |  5KB

  1. Date:         Sat, 2 May 1998 11:29:18 MET-1
  2. From: Salvatore Cagliari <cagliaris@SWISSONLINE.CH>
  3. Subject:      [IML] IMPULSE: Pause instead of interrupt
  4.  
  5. Hi together
  6.  
  7. What do you think about this improvement:
  8.  
  9. When you render a pic, and you klick on Cancel, the only thing that imagine
  10. does, is to ask you if he have to save the pic or no (This is on IFA). I think
  11. it would be much better if it will ask us if he must continue the Render. I
  12. mean a sort of Pause button instead of only cancel.
  13.  
  14. I mean if I have to do another thing before the pic has finished the render, I
  15. could temopary interrupt the work, and then let continue the render when I
  16. have finished.
  17.  
  18. A sort of continue a interrupted Render during a imagine session before, would
  19. be much better, but much more difficult to implement.
  20.  
  21. I hope it's clear what I mean.
  22.  
  23. ----------------------------------
  24.  
  25. Date:         Sat, 2 May 1998 11:04:32 +0100
  26. From: Craig A Clark <craig@CHALLENGER-3D.PRESTEL.CO.UK>
  27.  
  28. Hi,
  29.  
  30. This is basically how IFW already works, cancel just stops the render, but
  31. if you select close, you are asked 'cancel render?', so you can just pause
  32. and then say no and it carries on.
  33. This is how the IFA should be made to work, I think that is what you are
  34. saying.
  35.  
  36. Cheers
  37.  
  38. ----------------------------------
  39.  
  40. Date:         Sat, 2 May 1998 14:41:57 +0100
  41. From: "Matthew O'Neill" <mash@DINGNET.DEMON.CO.UK>
  42. Organization: Spectrum
  43.  
  44. Yep, this is often what I need to do, so here's sort of how you do it.
  45.  
  46. First of all, goto the aminet and get a programme called executive,
  47. its free. in this package is a program called commander, this allows
  48. you to select imagine and then set its priority to -147, in effect
  49. this pauses it so that anything else you do will take priority over
  50. it, so you could type a letter and not be slowed down.
  51.  
  52. hope this will do for now,
  53.  
  54. also as an added bonus, you amiga will now almost never crash or lock
  55. up, instead executive will give you a choice when something crashes,
  56. carry on, suspend it, remove it or reboot. This is like noton crash
  57. guard except that its free (norton is 70 pounds here) and it works
  58. (norton has crashed many times on me)
  59.  
  60. hope it helps
  61.  
  62. ----------------------------------
  63.  
  64. Date:         Sat, 2 May 1998 19:02:16 EDT
  65. From: AOLTechJOE <AOLTechJOE@AOL.COM>
  66.  
  67. Norton Crash Guard (also Norton Unistaller and Norton Utilities) for Win95
  68. modify the Win95 DCOM which will cause all kinds of problems, including
  69. causing MSIE to crash regularly. I would suggest never using them, never mind
  70. paying for them.
  71.  
  72. ----------------------------------
  73.  
  74. Date:         Sat, 2 May 1998 20:16:09 +0100
  75. From: Andy Jones <andy@A-JONES.DEMON.CO.UK>
  76.  
  77. If you are using IFA 5.0 or above you could always make use of
  78. Imagine's AREXX port. Open a shell and type:
  79. rx 'address "Imagine_1" pauserender' or resumerender (if paused)  or
  80. stoprender (like clicking 'cancel' but doesn't delete the picture).
  81.  
  82. ps
  83. Imagine 5.0's AREXX port name is 'Imagine.1' if I remember rightly.
  84.  
  85. ----------------------------------
  86.  
  87. Date:         Sat, 2 May 1998 22:04:33 -0000
  88. From: Martin McKenzie <marty@CADTECH.DEMON.CO.UK>
  89. Organization: CADTech
  90.  
  91. This functionality already exists in Imagine (Since version 5.0), although not
  92. directly from the cancel button.
  93. Simply issue the ARexx command "PAUSERENDER" to the current Imagine
  94. task, and it will pause the rendering process. The cancel button now changes
  95. to a resume button, so either clicking on it or issuing the "RESUMERENDER"
  96. ARexx command will start the rendering process again...
  97.  
  98. Please find attached a small script to demonstrate this function.
  99.  
  100. << you will find the PauseRnd.irx in the Thread/Additional directory >>
  101.  
  102. ----------------------------------
  103.  
  104. Date:         Sat, 2 May 1998 18:54:40 EDT
  105. From: AOLTechJOE <AOLTechJOE@AOL.COM>
  106.  
  107. The ARexx commands support this pause render and resume.  Could the CANCEL
  108. button be changed to "STOP" and instead of asking to save picture have it ask
  109. to PAUSE or CANCEL?
  110.  
  111. ----------------------------------
  112.  
  113. Date:         Sun, 3 May 1998 12:45:47 MET-1
  114. From: Salvatore Cagliari <cagliaris@SWISSONLINE.CH>
  115.  
  116. That's exactly what I mean. But for now the solution with the ARexx-Script
  117. supplied from Martin and Andy is really good.
  118.  
  119. Martin, Mike, it's possible to implement this in the next version? If a
  120. ARexx-command is available, it doesen't be so much difficult to implement it
  121. directly in imagine.
  122.  
  123. Thank you very much for the help.
  124.  
  125. ----------------------------------
  126.  
  127. Date:         Sun, 3 May 1998 12:06:51 -0000
  128. From: Martin McKenzie <marty@CADTECH.DEMON.CO.UK>
  129.  
  130. The user interface will be enhanced to incorporate this functionality in a
  131. future version. (Although it may look slightly different from the "STOP"
  132. button method you have suggested. More on this later...)
  133.  
  134. ----------------------------------
  135.  
  136.